-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to support the new substreams construct for MUX flows #61
base: main
Are you sure you want to change the base?
Conversation
cristian-recoseanu
commented
Oct 17, 2023
- Update constraint_set.json to include the new "urn:x-nmos:substreams" attribute as specified by BCP-004-01 revision
- Update README.md to include a new section describing substreams
to include the new "urn:x-nmos:substreams" attribute as specified by BCP-004-01 revision
To include section describing substreams
To move the substreams definition right after the meta attributes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Suggest review use of capitalisation ("Mux", "Flow", etc)
Addressed in commit e6e092e |
Mux Senders create IS-04 Flow objects for each subflow included in the mux Flow. | ||
The mux Flow links to each subflow object using the IS-04 [`parents`](https://specs.amwa.tv/is-04/latest/docs/Data_Model_-_Identifier_Mapping.html#source-and-flow-representation) attribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mux Senders create IS-04 Flow objects for each subflow included in the mux Flow. | |
The mux Flow links to each subflow object using the IS-04 [`parents`](https://specs.amwa.tv/is-04/latest/docs/Data_Model_-_Identifier_Mapping.html#source-and-flow-representation) attribute. | |
Mux Senders create IS-04 Flow resources for each subflow included in the mux Flow. | |
The mux Flow links to each subflow resource using the IS-04 [`parents`](https://specs.amwa.tv/is-04/latest/docs/Data_Model_-_Identifier_Mapping.html#source-and-flow-representation) attribute. |
(Generally we haven't used latest
URL but linked to a particular spec version.)